home *** CD-ROM | disk | FTP | other *** search
/ Intel Web Outfitter Tool Kit 4 / Intel WebOutfitter Tool Kit Version 4.0.iso / nonpublic / plugins / BLAXXUN / ESN / Blaxxun.cab / setup-int.exe / data1.cab / trustlib_vrml / ScriptContainer.class (.txt) < prev   
Encoding:
Java Class File  |  2000-02-29  |  534 b   |  9 lines

  1. package blaxxunvrml;
  2.  
  3. import com.ms.com.IUnknown;
  4. import com.ms.com._Guid;
  5.  
  6. public interface ScriptContainer extends IUnknown {
  7.    _Guid iid = new _Guid(-1161493388, (short)30169, (short)4560, (byte)-109, (byte)21, (byte)0, (byte)32, (byte)-81, (byte)-32, (byte)92, (byte)-56);
  8. }
  9.